home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / Newton Platform Info / Newton 2.0 Sample Code / Modem Setup / Modem Setup-2 / README.ModemSetup < prev   
Encoding:
Text File  |  1995-11-22  |  977 b   |  26 lines  |  [TEXT/R*ch]

  1. Modem Setup Installer 2.0
  2.  
  3. By Jim Schram, Avi Weiss, Rob Ober, Scott Leahy
  4. Copyright (c) 1995 Apple Computer, Inc.  All rights reserved.
  5.  
  6.  
  7. This project allows you to build modem setups for use with
  8. the 2.0 or later Newton operating system ONLY.  Modem setups
  9. created with this project can NOT be used on Newtons running
  10. the 1.x operating system.
  11.  
  12. 1)  Copy the entire project and rename the Project File appropriately.
  13. 2)  Change the Package Name in Project Settings.
  14. 3)  Edit the constants in Project Data for your modem & local language.
  15. 4)  Recompile and download.
  16.  
  17. The project is built as an auto part which installs a modem setup
  18. configuration into the system and then removes itself.
  19.  
  20. Be certain to use an INTEGER value for the kVersion version number.  This
  21. is necessary because the installation script will compare the version
  22. number of the modem setup being installed with the version already
  23. installed (if any) and confirm the installation with the user
  24. accordingly.
  25.  
  26.